Deprecate old color selection widgets
authorMatthias Clasen <mclasen@redhat.com>
Sat, 4 Feb 2012 01:38:21 +0000 (20:38 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 14 Feb 2012 21:36:55 +0000 (16:36 -0500)
commitcb128cc6e97e88436b2173c518b4c324dcda6c71
tree9a098ddb3ea126e80726127916a1f66d63df7844
parent23a5f7a22c6fda1e28415584e2b266b9ce1fe3ef
Deprecate old color selection widgets

GtkColorSelectionDialog, GtkColorSelection and GtkHSV have
been superseded by the GtkColorChooser* family of widgets.
20 files changed:
gtk/Makefile.am
gtk/deprecated/gtkcolorsel.c [new file with mode: 0644]
gtk/deprecated/gtkcolorsel.h [new file with mode: 0644]
gtk/deprecated/gtkcolorseldialog.c [new file with mode: 0644]
gtk/deprecated/gtkcolorseldialog.h [new file with mode: 0644]
gtk/deprecated/gtkhsv.c [new file with mode: 0644]
gtk/deprecated/gtkhsv.h [new file with mode: 0644]
gtk/gtk.h
gtk/gtkcolorchooserwidget.c
gtk/gtkcoloreditor.c
gtk/gtkcolorplane.c
gtk/gtkcolorscale.c
gtk/gtkcolorsel.c [deleted file]
gtk/gtkcolorsel.h [deleted file]
gtk/gtkcolorseldialog.c [deleted file]
gtk/gtkcolorseldialog.h [deleted file]
gtk/gtkcolorutils.c [new file with mode: 0644]
gtk/gtkcolorutils.h [new file with mode: 0644]
gtk/gtkhsv.c [deleted file]
gtk/gtkhsv.h [deleted file]